Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add coverart support #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mgoltzsche
Copy link

@mgoltzsche mgoltzsche commented Mar 26, 2024

Implements the get_images method within the LibraryProvider so that it returns image URLs for tracks and albums.
The returned image URLs point to a new Mopidy endpoint /subidy/coverart/{id} which forwards/reverse-proxies requests to the Subsonic server's getCoverArt endpoint. This is to authenticate with the Subsonic server, to avoid increasing configuration complexity and to support setups where the user cannot reach the Subsonic server directly.

Tested against BinaryBrain/Beetstream#15

@mgoltzsche mgoltzsche marked this pull request as draft March 26, 2024 23:26
@mgoltzsche mgoltzsche force-pushed the add-coverart-support branch 9 times, most recently from d2e77f5 to cb53887 Compare March 27, 2024 02:10
@mgoltzsche mgoltzsche force-pushed the add-coverart-support branch from cb53887 to fa3b212 Compare March 27, 2024 02:20
@mgoltzsche mgoltzsche marked this pull request as ready for review March 27, 2024 02:32
@mgoltzsche
Copy link
Author

@Prior99 what's the state of this project? CI seems to be broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant